home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / TIFFframes.README < prev    next >
Text File  |  1992-08-29  |  2KB  |  34 lines

  1. AUTHOR: Robert F. Cahalan [cahalan@clouds.gsfc.nasa.gov]
  2.  
  3. CATEGORY: Utility
  4.  
  5. DESCRIPTION:
  6. TIFFframes is a very simple NeXTStep utility useful for creating
  7. 24-bit TIFF images from 3 separate 8-bit files, which store
  8. the red, green, and blue components separately with no header
  9. information.  If you have an animation sequence of such bitmaps,
  10. just add a frame number extension to each file.  For example,
  11. redfile.1, greenfile.1, bluefile.1, redfile.2, greenfile.2, etc.
  12. The program will then produce myMovie.1.tiff, myMovie.2.tiff, etc., 
  13. and if you store these in a directory called myMovie.anim, then
  14. you can just double-click to view it in Patrick Flynn's Movie app.
  15. TIFFframes can also be useful if you have an image format
  16. not currently handled by Lennart Lovstrand's free "ImageViewer"
  17. or a commercial app such as PixelMagician.  As an alternative to
  18. figuring out how to read the image header structure, just use 
  19. the unix utility 'dd' to strip the raw bitmaps out of the file,
  20. and then use RGBtoTIFF.  [Do 'man dd' to find out how, and see 
  21. the help panel in RGBtoTIFF.]  I'm including the source here, in
  22. case you want to change the defaults, or find out how to do 
  23. histogram equalization, or how to tell an NXImage to "writeTIFF".  
  24.  
  25. EXAMPLE USE: TIFFframes was used to make "KuwaitFires.anim", a 
  26. Landsat sequence zooming into a single oil fire burning on May 30, 
  27. 1990 in Kuwait.
  28.  
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. Robert F. Cahalan              #  Laboratory for Atmospheres
  31. cahalan@clouds.gsfc.nasa.gov   #  NASA-Goddard Space Flight Center
  32.  *** NeXTMail accepted ***     #  Greenbelt, MD 20771
  33. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34.